home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / phmacro.zip / PH_MACRO.DOC < prev    next >
Text File  |  1993-01-04  |  1KB  |  31 lines

  1. Submitted-by: Eric S. Raymond <eric@snark.uu.net>
  2. Posting-number: Volume 20, Issue 48
  3. Archive-name: plum-ansi-macros
  4.  
  5. his is a tutorial program which illustrates how the Standard's
  6. macro-expansion algorithm works.  First, look at some of the  .out  files
  7. to see the model of presentation of macro-expansion.
  8.  
  9. Then, look at the file  mac.c  for notes on the implementation.  This is
  10. not an elegant program.  It was designed to illustrate the dynamics in
  11. the minimum amount of C code.  Forget about "information-hiding";
  12. everything is a string of chars.
  13.  
  14. All of this directory is experimental, not intended to be authoritative,
  15. and in no way an official opinion of the ANSI X3J11 committee.
  16.  
  17. Permissions:
  18.  Permission is granted for reproduction and use of this  mac  program,
  19.  provided that its enclosed authorship notice is reproduced entirely.
  20.  
  21.  
  22.  Tom Plum, Plum Hall Inc, 609-927-3770,  uunet!plumhall!plum .
  23.  
  24. --
  25.       Eric S. Raymond = eric@snark.uu.net    (mad mastermind of TMN-Netnews)
  26.  
  27.  
  28. --
  29. Please send comp.sources.unix-related mail to rsalz@uunet.uu.net.
  30. Use a domain-based address or give alternate paths, or you may lose out.
  31.